| Overload | Description |
|---|---|
| AddRange(T[]) | Copies the elements of the specified array to the end of the collection. |
| AddRange(IList<T>) | Adds the contents of another IList<T> to the end of the collection. |
| AddRange(CollectionBase<T>) | Adds the contents of another CollectionEx<T> to the end of the collection. |